home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Go Sit In The Corner 1.0 / source / init code / show init.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  276 b   |  10 lines  |  [TEXT/KAHL]

  1. #define        GOOD_ICON                130
  2. #define        BAD_ICON                128
  3.  
  4. void ShowIconFamily(short);
  5. void GetIconRect(register Rect* iconRect);
  6. Handle ChooseIcon(short iconId, short* suggestedDepth);
  7.  
  8. #define    ShowBadICON()    ShowIconFamily(BAD_ICON)
  9. #define    ShowGoodICON()    ShowIconFamily(GOOD_ICON)
  10.